home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ImageCompression.idl < prev    next >
Text File  |  1996-05-01  |  5KB  |  150 lines

  1. /*
  2.      File:        ImageCompression.idl
  3.  
  4.      Contains:    QuickTime Image Compression Interfaces.
  5.  
  6.      Version:    Technology:    QuickTime 2.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __IMAGECOMPRESSION_IDL__
  19. #define __IMAGECOMPRESSION_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __QUICKDRAW_IDL__
  28. #include <Quickdraw.idl>
  29. #endif
  30. #ifndef __QDOFFSCREEN_IDL__
  31. #include <QDOffscreen.idl>
  32. #endif
  33. #ifndef __COMPONENTS_IDL__
  34. #include <Components.idl>
  35. #endif
  36. #ifndef __WINDOWS_IDL__
  37. #include <Windows.idl>
  38. #endif
  39. #ifndef __STANDARDFILE_IDL__
  40. #include <StandardFile.idl>
  41. #endif
  42.  
  43. #ifdef __SOMIDL__
  44.  
  45. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  46. typedef SOMLargeStruct            MatrixRecord;                /* Derived from a struct of 36 bytes in size */
  47.  
  48. typedef OpaquePtr                MatrixRecordPtr;            /* Substituted OpaquePtr for ``MatrixRecord*'' */
  49.  
  50. typedef SOMLargeStruct            FixedPoint;                    /* Derived from a struct of 8 bytes in size */
  51.  
  52. typedef SOMLargeStruct            FixedRect;                    /* Derived from a struct of 16 bytes in size */
  53.  
  54. /* These are the bits that are set in the Component flags, and also in the codecInfo struct. */
  55. typedef Component                CompressorComponent;
  56.  
  57. typedef Component                DecompressorComponent;
  58.  
  59. typedef Component                CodecComponent;
  60.  
  61. typedef long                    CodecType;
  62.  
  63. typedef unsigned short            CodecFlags;
  64.  
  65. typedef unsigned long            CodecQ;
  66.  
  67. typedef OpaquePtr ICMDataProcPtr;
  68. typedef OpaquePtr ICMDataUPP;
  69. typedef OpaquePtr ICMFlushProcPtr;
  70. typedef OpaquePtr ICMFlushUPP;
  71. typedef OpaquePtr ICMCompletionProcPtr;
  72. typedef OpaquePtr ICMCompletionUPP;
  73. typedef OpaquePtr ICMProgressProcPtr;
  74. typedef OpaquePtr ICMProgressUPP;
  75. typedef OpaquePtr StdPixProcPtr;
  76. typedef OpaquePtr StdPixUPP;
  77. typedef OpaquePtr ICMAlignmentProcPtr;
  78. typedef OpaquePtr ICMAlignmentUPP;
  79. typedef OpaquePtr ICMMemoryDisposedProcPtr;
  80. typedef OpaquePtr ICMMemoryDisposedUPP;
  81. typedef long                    ImageSequence;
  82.  
  83. typedef long                    ImageSequenceDataSource;
  84.  
  85. typedef SOMLargeStruct            ICMProgressProcRecord;        /* Derived from a struct of 8 bytes in size */
  86.  
  87. typedef OpaquePtr                ICMProgressProcRecordPtr;    /* Substituted OpaquePtr for ``ICMProgressProcRecord*'' */
  88.  
  89. typedef SOMLargeStruct            ICMCompletionProcRecord;    /* Derived from a struct of 8 bytes in size */
  90.  
  91. typedef OpaquePtr                ICMCompletionProcRecordPtr;    /* Substituted OpaquePtr for ``ICMCompletionProcRecord*'' */
  92.  
  93. typedef SOMLargeStruct            ICMDataProcRecord;            /* Derived from a struct of 8 bytes in size */
  94.  
  95. typedef OpaquePtr                ICMDataProcRecordPtr;        /* Substituted OpaquePtr for ``ICMDataProcRecord*'' */
  96.  
  97. typedef SOMLargeStruct            ICMFlushProcRecord;            /* Derived from a struct of 8 bytes in size */
  98.  
  99. typedef OpaquePtr                ICMFlushProcRecordPtr;        /* Substituted OpaquePtr for ``ICMFlushProcRecord*'' */
  100.  
  101. typedef SOMLargeStruct            ICMAlignmentProcRecord;        /* Derived from a struct of 8 bytes in size */
  102.  
  103. typedef OpaquePtr                ICMAlignmentProcRecordPtr;    /* Substituted OpaquePtr for ``ICMAlignmentProcRecord*'' */
  104.  
  105. typedef SOMLargeStruct            DataRateParams;                /* Derived from a struct of 24 bytes in size */
  106.  
  107. typedef OpaquePtr                DataRateParamsPtr;            /* Substituted OpaquePtr for ``DataRateParams*'' */
  108.  
  109. typedef SOMLargeStruct            ImageDescription;            /* Derived from a struct of 86 bytes in size */
  110.  
  111. typedef OpaquePtr                ImageDescriptionPtr;        /* Substituted OpaquePtr for ``ImageDescription*'' */
  112.  
  113. typedef OpaquePtr                ImageDescriptionHandle;        /* Substituted OpaquePtr for ``ImageDescriptionPtr*'' */
  114.  
  115. typedef SOMLargeStruct            CodecInfo;                    /* Derived from a struct of 72 bytes in size */
  116.  
  117. typedef SOMLargeStruct            CodecNameSpec;                /* Derived from a struct of 44 bytes in size */
  118.  
  119. typedef SOMLargeStruct            CodecNameSpecList;            /* Derived from a struct of 46 bytes in size */
  120.  
  121. typedef OpaquePtr                CodecNameSpecListPtr;        /* Substituted OpaquePtr for ``CodecNameSpecList*'' */
  122.  
  123. typedef SOMLargeStruct            ICMFrameTimeRecord;            /* Derived from a struct of 24 bytes in size */
  124.  
  125. typedef OpaquePtr                ICMFrameTimePtr;            /* Substituted OpaquePtr for ``ICMFrameTimeRecord*'' */
  126.  
  127. #endif
  128. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  129. /*
  130. **********
  131.     preview stuff
  132. **********
  133. */
  134. #endif
  135. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  136. typedef SOMLargeStruct            PreviewResourceRecord;        /* Derived from a struct of 12 bytes in size */
  137.  
  138. typedef OpaquePtr                PreviewResourcePtr;            /* Substituted OpaquePtr for ``PreviewResourceRecord*'' */
  139.  
  140. typedef OpaquePtr                PreviewResource;            /* Substituted OpaquePtr for ``PreviewResourcePtr*'' */
  141.  
  142. typedef unsigned short            MatrixFlags;
  143.  
  144. #endif
  145.  
  146. #endif /* __SOMIDL__ */
  147.  
  148. #endif /* __IMAGECOMPRESSION_IDL__ */
  149.  
  150.